WindowInit SUB Action Initializes the global window, button, and edit-field arrays. Syntax WindowInit Remarks The WindowInit procedure is used at or near the beginning of any program that uses the window procedures provided by the User Interface toolbox. You must call WindowInit before any other window procedures are used. You can execute WindowInit again anytime you need to reset the windowing environment. See Also. ButtonOpen, EditFieldOpen, WindowOpen